home *** CD-ROM | disk | FTP | other *** search
- //@line 37 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/toolkit/mozapps/extensions/content/eula.js"
-
- function Startup() {
- var bundle = document.getElementById("extensionsStrings");
- var label = document.createTextNode(bundle.getFormattedString("eulaHeader", [window.arguments[0].name]));
- document.getElementById("heading").appendChild(label);
- document.getElementById("eula").value = window.arguments[0].text;
- }
-